From: Martin Rudalics Date: Tue, 26 Jan 2021 09:59:59 +0000 (+0100) Subject: Fix typo in last change of FRAME_INTERNAL_BORDER_WIDTH X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~4364 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3c314f3dd23257d574644563665ade9497d86b70;p=emacs.git Fix typo in last change of FRAME_INTERNAL_BORDER_WIDTH * src/frame.h (FRAME_INTERNAL_BORDER_WIDTH): Fix typo in last change. --- diff --git a/src/frame.h b/src/frame.h index 7b3bf20a241..4bd01243f66 100644 --- a/src/frame.h +++ b/src/frame.h @@ -1455,7 +1455,7 @@ FRAME_INTERNAL_BORDER_WIDTH (struct frame *f) : frame_dimension (f->internal_border_width)) : frame_dimension (f->internal_border_width); #else - return frame_dimension (f->internal_border_width) + return frame_dimension (f->internal_border_width); #endif }